Environment Variables
Docker Models are passed the following environment variables when they are started on-demand for model run.
INPUTS_DIRECTORY
This is the path to where the model input JSON file is saved.
INPUT_JSON_NAME
This is the name of the JSON file that contains the model input. The default
name is inputs.json.
OUTPUTS_DIRECTORY
This is the path to where the model is expected to write out its output. The
main output file is expected to be outputs.json.